Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes include:
(1) error message if features list provided to plotStudy or getPlottingData contains at least one feature not available in either (a) mapping obj, column modelID[1] for multimodel plots, (b) union of result objects for single model plots, or (c) assay object in case study has no results in single model plots;
(2) a warning message for multimodel plots informing user that at least one feature from selected model (modelID[1]) is not available in secondary models;
(3) an error message for multimodel plots indicating that selected features are available only in model[1] and not available in any of secondary models.
(4) error message when testID (vector when calling function) associated with modelID[1] contains test names not available in study object for modelID[1]
(5) warning message if testID (vector when calling function) associated with modelID[1] contains test names not available in study object for secondary models
Example of error / warning messages from the above:
(1) The provided features list contains at least one feature not present in model 'transcriptomics' from mapping object.
(2) At least one feature from model 'transcriptomics' is not available in other model(s): e.g., 'A1BG-AS1'.
(3) The selected features list contains features available in the selected model 'transcriptomics' only.
(4) Test '%s' from testID is not available in selected model '%s'
(5) At least one test from model '%s' is not available in other model(s). Test(s) impacted: %s